atsc_table_vct

@struct atsc_table_vct @brief ATSC VCT table (covers both CVCT and TVCT) @ingroup dvb_table

@param header struct dvb_table_header content @param protocol_version protocol version @param num_channels_in_section num channels in section @param channel pointer to struct channel @param descriptor pointer to struct descriptor

Everything after atsc_table_vct::channel (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there

Members

Variables

channel
atsc_table_vct_channel* channel;
Undocumented in source.
descriptor
dvb_desc* descriptor;
Undocumented in source.
header
dvb_table_header header;
Undocumented in source.
num_channels_in_section
ubyte num_channels_in_section;
Undocumented in source.
protocol_version
ubyte protocol_version;
Undocumented in source.

Meta